google.golang.org/grpc/internal/transport.http2Server.controlBuf (field)

39 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L85: 	controlBuf *controlBuffer
		http2_server.go#L273: 	t.controlBuf = newControlBuffer(t.done)
		http2_server.go#L334: 		t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst)
		http2_server.go#L341: 		t.controlBuf.finish()
		http2_server.go#L360: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L450: 		t.controlBuf.put(&earlyAbortStream{
		http2_server.go#L461: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L470: 		t.controlBuf.put(&earlyAbortStream{
		http2_server.go#L480: 		t.controlBuf.put(&earlyAbortStream{
		http2_server.go#L531: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L546: 		t.controlBuf.put(&earlyAbortStream{
		http2_server.go#L567: 			t.controlBuf.put(&earlyAbortStream{
		http2_server.go#L616: 	t.controlBuf.put(&registerStream{
		http2_server.go#L630: 		t.controlBuf.throttle()
		http2_server.go#L644: 					t.controlBuf.put(&cleanupStream{
		http2_server.go#L706: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_server.go#L716: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
		http2_server.go#L732: 	t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L736: 	t.controlBuf.put(&outgoingSettings{
		http2_server.go#L762: 		t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L771: 			t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L776: 		t.controlBuf.put(bdpPing)
		http2_server.go#L794: 				t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
		http2_server.go#L821: 	t.controlBuf.put(&cleanupStream{
		http2_server.go#L847: 	t.controlBuf.executeAndPut(func(interface{}) bool {
		http2_server.go#L876: 	t.controlBuf.put(pingAck)
		http2_server.go#L907: 		t.controlBuf.put(&goAway{code: http2.ErrCodeEnhanceYourCalm, debugData: []byte("too_many_pings"), closeConn: errors.New("got too many pings from the client")})
		http2_server.go#L912: 	t.controlBuf.put(&incomingWindowUpdate{
		http2_server.go#L996: 	success, err := t.controlBuf.executeAndPut(t.checkForHeaderListSize, &headerFrame{
		http2_server.go#L1068: 	success, err := t.controlBuf.execute(t.checkForHeaderListSize, trailingHeader)
		http2_server.go#L1111: 	return t.controlBuf.put(df)
		http2_server.go#L1171: 				t.controlBuf.put(closeConnection{})
		http2_server.go#L1194: 				t.controlBuf.put(p)
		http2_server.go#L1227: 	t.controlBuf.finish()
		http2_server.go#L1285: 	t.controlBuf.put(hdr)
		http2_server.go#L1298: 	t.controlBuf.put(&cleanupStream{
		http2_server.go#L1317: 	t.controlBuf.put(&goAway{code: http2.ErrCodeNo, debugData: []byte{}, headsUp: true})
		http2_server.go#L1377: 		t.controlBuf.put(&goAway{code: g.code, debugData: g.debugData})
		http2_server.go#L1420: 	t.controlBuf.put(&outFlowControlSizeRequest{resp})